﻿ 
  
  
    .nav>li>a:focus{
  background:transparent; 
  } 
  .container {   
    margin: 0 auto;      
  }        
 
  body {   
    color: #717171;   
    text-align: justify; 
    text-justify: inter-ideograph;
    font-family: "Microsoft Yahei", "Hiragino Sans GB", "WenQuanYi Micro Hei", SimSun, Tahoma, Arial, Helvetica, STHeiti;
    margin: 0;
    background: #fff; 
    font-size: 14px;
    line-height: 22px; 
  } 

  body .column {
    padding-left: 5px;
    padding-right: 5px;
  }

  .col-md-12 {
    padding: 0 !important;
  } 

  address {
    display: inline;
  }

  ul,
  ol,
  li,
  dl,
  dt,
  dd {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .center {
    text-align: center;
  } 

  .fl {
    float: left;
  }

  .fr {
    float: right;
  }

  .half {
    width: 50%;
  }

  img {
    max-width: 100%;
    max-height: 100%;
  }

  a {
    text-decoration: none;
  }

  a:hover {
    text-decoration: none;
  }

  .half {
    width: 50%;
    float: left;
  }
  .pt80{
    padding-top: 80px;
  }
  .pb80{
    padding-bottom: 80px;
  }
  .p15 {
    padding: 15px;
  }

  .pl30 {
    padding-left: 30px !important;
  }
  .mt50{margin-top:50px !important;}
  .mb30 {
    margin-bottom: 30px !important; 
  }

  .mb50 {
    margin-bottom: 50px !important;
  }

  .ml50 {
    margin-left: 50px;
  }

  .mb80 {
    margin-bottom: 80px; 
  }
  .lineh30{line-height:30px;}
  .graybg{
    background: #f2f2f2;
  }
  .qingchu:after {
    content: "020";
    display: block;
    height: 0; 
    clear: both;
    visibility: hidden; 
  }


  /*头部*/

  .header { 
    padding: 20px 0;
    height: 80px;  
    background: #222222;
  } 
  .logo{display:inline;}
  

  /*导航*/

  nav.tm_navbar {
    margin-top: 5px;
    float: right;
  }
  nav.tm_navbar li {
    font-size:13px;
    line-height:24px;
    padding:0;
    margin:0 0 0 10px;
    float:left;
  }

  nav.tm_navbar li:first-child {
    margin-left:0
  }
  nav.tm_navbar li a {
    position:relative;
    padding:10px;
    line-height:20px;
    font:700 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#d3d3d3;
    -webkit-transition:all .3s;
    transition:all .3s
  }
  nav.tm_navbar li a::before, nav.tm_navbar li a::after {
    position:absolute;
    left:0; 
    width:100%;
    height:1px;
    background:#fff;
    content:'';
    opacity:0;
    -webkit-transition:opacity .3s, -webkit-transform .3s;
    -moz-transition:opacity .3s, -moz-transform .3s;
    transition:opacity .3s, transform .3s;

  }
  nav.tm_navbar li a::before {
    top:0;
    -webkit-transform:translateY(-10px); 
    -moz-transform:translateY(-10px);
    transform:translateY(-10px)
  }
  nav.tm_navbar li a::after { 
    bottom:0;
    -webkit-transform:translateY(10px);
    -moz-transform:translateY(10px);
    transform:translateY(10px)
  }
  nav.tm_navbar li a:hover{
    background: none;
  }

  nav.tm_navbar li:hover>a::before, nav.tm_navbar li:hover>a::after {
    opacity:1;
    -webkit-transform:translateY(0px);
    -moz-transform:translateY(0px);
    transform:translateY(0px)
  }

  /*大图*/

  .carousel-inner {
    margin-bottom:80px;
  }

  .carousel-inner .container {
    max-width: 1920px;
    width: 100%;
    padding: 0;
  }
  .carousel .item {
    background: #fff;
  }

  .carousel .item img {
    max-width: 100%;
  }




  /*标题*/

  .b-title {
    width: 100%;
    height: 55px;
    margin-bottom: 30px;
    margin-top: 0;
    padding-left:0;
    border: none;
    background: url(http://img.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2017/10/28/15f1c7465d2b4fa29c1e261e1119dec3/a393992b581441e58e3144683fe53b4e.jpg) no-repeat left bottom;
  }

  .b-title .b-title-name b {
    display: inline-block;
    height: 55px;
    font-weight: bold; 
    line-height: 30px;
    font-size: 30px;
    color: #4c4c4c;
    background: none
      color: #4c4c4c;
    border-bottom: none;
    float:none;
  }

  .b-title .b-title-name i {
    font-weight: normal;
    text-transform: uppercase;
    color: #666666;
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    padding-left: 10px;
    float: left;
  }

  .b-title:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  .b-title .b-title-name {
    float: left;
  }

  .b-title .b-title-more {
    float: right;
  }

  .b-title .b-title-more img {
    vertical-align: middle;
  }

  .b-title .b-title-more a { 
    color: #00aaa6;
  }
    /*内页标题*/
  .intitle.b-title {
    text-align: center;
    background: url(http://img.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2017/10/28/15f1c7465d2b4fa29c1e261e1119dec3/6b3be80d28b84b8594e4bc6a37422e76.jpg) no-repeat center bottom;
  }
  .intitle.b-title .b-title-name{
    float: none;
  } 

   /*产品分类标题*/ 
  .products_class .b-title{ 
    background:#ffb906;
  	border-bottom: 5px solid #d59b05;   
    border-left:none; 
    height:45px;
    padding-left:0;
    margin-bottom:0;
  } 
  .products_class  .b-title-name{ 
    text-align:center;
    float:none;
  }
    .products_class  .b-title-name b{ 
    float:none;
    font-size:18px;
    line-height:40px;
    color:#483d03;
    font-weight:normal;
  }

  /*首页关于我们*/

  .sabout .newbox_content{ 
    text-indent: 2em; 
    text-align: justify;
  }
  .aboutpt img{
    width:100%;
  }
  .newbox_content{border:none;}
  /*更多按钮*/
  .gengduo{
    width: 110px;
    height: 40px;
    display:block;
    font-size:14px;
    font-weight:bold;
    line-height: 40px;
    text-align: center;
    background: #e9ac06;
    color: #fff;
    border: 1px solid #e9ac06;
    transition: all .25s;
    margin-top:20px;
    margin-bottom:80px;
  }
  .gengduo:hover{
    color:#e9ac06;
    background: none;
  }
  .spromore{
    margin: 20px auto 80px;
  }
  .gengduo.mt0 {
    margin-top: 0;
  }
  /*我们的优势*/

  .per33{
    width: 31%;
    margin-right: 2%;
    float: left; 
  }
  .per33:after{
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;  	
  }  
  .per33 .peitu{
    width: 100px;
    float: left;
  }
  .per33 .content{
   display:table-cell; 
    width:9999px;
    *display:inline-block;
    *width:auto;
  }
  .per33 h3{
    margin: 0 0 13px;
    font-size: 14px;
    color: #2c3e50;
    font-family: "微软雅黑";
    font-weight: bold;
  }



  /*产品列表*/

  .product {
    padding: 0;
  }

  .product ul li {
    padding: 0;
    margin-bottom: 0;
    width: 33.33%;
    float: left;
    border: none;
  }

  .product ul li a {
    display: block;
  }

  .product ul:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  .product ul li .product_img {
    padding: 0 10px;
  }

  .product ul li .product_img .product_img_box {
    text-align: center;
    vertical-align: middle;
    width: 100%;
    padding: 0;
    border: none;
  }

  .product ul li .product_img img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;

  } 

  .product ul li .product_text {}

  .product ul li .product_text .product_text_title {
    color: #717171;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    margin: 10px 0;
    font-size: 15px;
  }

  .product ul li .product_text .product_text_summary {
    color: #999;
    line-height: 0;
    height: 0;
  }
  /*广告*/

  .datubox {
    width:100%;
    position:relative;
    overflow:hidden;
    height:350px;
    margin-bottom:80px;
  }
  .datu {
    width:1920px; /*图片宽度*/
    position:absolute;
    left:50%;
    margin-left:-960px; /*图片宽度的一半*/
  }

  /*首页新闻*/
  .newlist {
    height: 195px;
    margin:0 2% ;
  }



  .newlist .date {
    color: #4c4c4c;
    width: 62px;
    height: 94px;
    text-align: center;
    background:  url(http://img.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2017/10/28/15f1c7465d2b4fa29c1e261e1119dec3/d8ff2ffdc8524243b48746c310d29dc5.jpg) no-repeat left top;
    margin-right: 30px;
  }

  .newlist .date .yearmonth {
    margin-top: 18px;
    font-size: 10px;
    line-height: 15px;
  }
  .newlist .date .day {
    font-size: 30px;
    line-height: 40px;
  }
  .newlist .news { 
   display:table-cell; 
    width:9999px;
    *display:inline-block;
    *width:auto;
    margin-right: 15px;
  }
  .newlist .news .title{
    height: 33px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .newlist .news .title a {
    font-size: 13px;
    line-height: 33px;
    color: #2c3e50;
    font-weight: bold;
  }
  .newlist .sum {
    height: 90px;
    overflow: hidden;
  }
  .newlist .news .sum a {
    color: #a5a5a5; 
    font-size: 13px;
    line-height: 22px;
  } 
  /*内页新闻*/
  .innew .newlist{
    height:115px;
    margin:0;
  }
  /*首页客户案例*/

  .scase {
 
  }
  .scase li {
    height: 195px;
  }

  .scase .product_img {
    width:230px;
    float: left;
    margin-right:30px;
  }

  .scase .product_img img {
    max-width: 100%;
    max-height: 100%;
  }

  .scase .product_text {
   display:table-cell; 
    width:310px;
    *display:inline-block;
    *width:auto; 
  }

  .scase .product_text .product_text_title {
    color: #2c3e50;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 5px 0;
    font-size: 13px;
    font-weight: bold;
  }

  .scase .product_text .product_text_summary {
    color: #999;
    height: 90px;
    overflow: hidden;
  }
  /*内页推荐产品滚动*/

  #demo {
    width: 100%;
    height: 300px;
    padding-top: 20px;
    overflow: hidden;
    margin-bottom: 30px;

  }

  #indemo {
    float: left;
    width: 800%;
  }

  #demo1 {
    float: left;
  }

  #demo2 {
    float: left;
  }

  #demo  li {
    width: 350px;
    padding:0 10px;
    float: left;
    text-align: center;
  }
  #demo  li a{
    color: #717171;
  }
  /*分页*/  
  .paginator {
    height:50px;
    clear: both;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    margin: 0 auto;
    font: 14px Arial,Helvetica,sans-serif;
    color: #666;
    padding-top: 10px;
    float: right;
  }
  .paginator span {
    float:left;
  }
  .paginator A {
    border-right: #c4c4c4 1px solid;
    padding-right: 8px;
    border-top: #c4c4c4 1px solid;
    display: block;
    padding-left: 8px;
    background: #fff;
    float: left;
    border-left: #c4c4c4 1px solid;
    color: #0169cd;
    margin-right: 4px;
    border-bottom: #c4c4c4 1px solid;
    text-decoration: none;
    height: 20px;
    line-height: 20px;
  }

  .paginator A:link {
    border-right: #c4c4c4 1px solid;
    padding-right: 8px;
    border-top: #c4c4c4 1px solid;
    display: block;
    padding-left: 8px;
    background: #fff;
    float: left;
    border-left: #c4c4c4 1px solid;
    color: #0169cd;
    margin-right: 4px;
    border-bottom: #c4c4c4 1px solid;
    text-decoration: none;
    height: 20px;
    line-height: 20px;
  }

  .paginator A:visited {
    border-right: #c4c4c4 1px solid;
    padding-right: 8px;
    border-top: #c4c4c4 1px solid;
    padding-left: 8px;
    background: #fff;
    border-left: #c4c4c4 1px solid;
    color: #0169cd;
    border-bottom: #c4c4c4 1px solid;
    text-decoration: none;
    height: 20px;
    line-height: 20px;
  }

  .paginator A:hover {
    border-right: #fe7300 1px solid;
    padding-right: 8px;
    border-top: #fe7300 1px solid;
    padding-left: 8px;
    background: #fff;
    border-left: #fe7300 1px solid;
    color: #fe7300;
    border-bottom: #fe7300 1px solid;
    text-decoration: none;
    height: 20px;
    line-height: 20px;
  }

  .paginator A:active {
    border-right: #fe7300 1px solid;
    padding-right: 8px;
    border-top: #fe7300 1px solid;
    padding-left: 8px;
    background: #fff;
    border-left: #fe7300 1px solid;
    color: #fe7300;
    border-bottom: #a62021 1px solid;
    text-decoration: none;
    height: 20px;
    line-height: 20px;
  }

  .paginator .break {
    padding-right: 6px;
    padding-left: 6px;
    padding-bottom: 6px;
    border-top-style: none;
    padding-top: 6px;
    border-right-style: none;
    border-left-style: none;
    height: 12px;
    text-decoration: none; 
    border-bottom-style: none;
  }

  .paginator .this-page {
    border-right: #fff 1px solid;
    padding-right: 8px;
    border-top: #fff 1px solid;
    display: block;
    padding-left: 8px;
    background: #fff;
    float: left;
    padding-bottom: 2px;
    border-left: #fff 1px solid;
    margin-right: 2px;
    padding-top: 2px;
    border-bottom: #fff 1px solid;
    text-decoration: none;
    color: #fe7300;
    font-weight: bold;
  }


  /*当为第一页时的上一页按钮*/
  .firstbtn {
    border-top-width: 0px !important;
    padding-right: 0px;
    padding-left: 0px;
    border-left-width: 0px !important;
    font-size: 12px;
    border-bottom-width: 0px !important;
    padding-bottom: 0px;
    width: 26px;
    color: #666;
    line-height: 22px;
    margin-right: 4px;
    padding-top: 0px;
    height: 22px;
    text-align: left;
    border-right-width: 0px !important;
  }

  /*当为最后一页时的下一页按钮*/
  .finalbtn {
    border-top-width: 0px !important;
    padding-right: 0px;
    padding-left: 0px;
    border-left-width: 0px !important;
    font-size: 12px;
    border-bottom-width: 0px !important;
    padding-bottom: 0px;
    width: 63px;
    color: #666;
    text-indent: 7px;
    line-height: 22px;
    padding-top: 0px;
    height: 22px;
    text-align: left;
    border-right-width: 0px !important;
  }

  .firstbg, .firstbg a, .firstbg a:link, .firstbg a:visited, .firstbg a:hover {
    font-size: 12px;
    color: #999;
    height: 20px;
    line-height: 20px;
    display: block;
  }

  /*产品详情*/
  .product_content {
    padding: 15px;
  }
  .product_content_head div:last-child {
    margin-bottom:10px;
    margin-top:0;
    border-bottom: none;
  }
  .product_content_title {
    color: #333;
    padding-bottom: 6px;
    font-weight: normal;
    text-align: center;
    font-size: 20px;
  }
  .product_content_date {
    color: #999;
    font-size: 12px; 
    padding-bottom: 6px;
  }
  .product_content_summary {
    color: #999;
    padding-bottom: 15px;
  }
  .procontent {
    font-size:14px;
    padding: 15px;
    line-height: 30px; 
    color: #333;
  }
  .product_content_img {
    text-align: center;
  } 

  /*新闻列表*/

  .news .center {
    margin-bottom: 10px;
  }

  .news .center img {
    width: 100%;
  }

  .news:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  .news ul li {
    line-height: 40px !important;
    color: #333;
    border-bottom: none;
    padding: 0 0 0 15px;
    background: url(../img/newlist.jpg) no-repeat left center;
  }

  .news ul li a {
    color: #666;
  }

  .news ul li .news_text_date {
    float: right;
    width: 80px;
    text-align: right;
    font-size: 14px;
    color: #666;
  }

  .news ul li .news_text_title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    margin-right: 20px;
    font-size: 15px;
    color: #333;
  }

  .news ul li a {
    display: block;
  }

  .news ul li a:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  /*新闻详情*/
  .news_content{
    padding:15px;

  } 
  .news_content_title {
    padding-bottom: 10px;
    font-weight: normal;
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
    color:#444;
  }

  .news_content_date {
    color: #999;
    font-size: 12px;
    padding-bottom: 6px;
    border-top:1px dashed #ddd;
    text-align:center;
    padding-top:5px;
  }

  .news_content_head div:last-child {
    margin-bottom: 15px;
    border-bottom: none;
  }

  .news_content_text{
    line-height:26px;
    margin-bottom:30px;
  }

  /*友情链接*/ 
  .friend_link {
    width: 100%;
    padding: 0;
  }
  .friend_link ul li {
    padding: 0 10px;
    margin-bottom: 14px;
    width: auto;
    float: left;
    border: none;
  }
  .friend_link ul {
    margin: 0;
  }
  .friend_link ul:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .friend_link ul li a {
    color: #333;
    border: none;
    display: block;
    position: relative;
  }
  .friend_link ul li img {
    width: 100%;
  }
  .friend_link ul li div {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 0;
    z-index: 2;
    background: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
  }
  /*在线反馈*/ 
  .contact-form form {
    text-align: right;
  }
  .contact-form input[type="text"] {
    width: 100%;
    color: #555;
    background: #fff;
    outline: none;
    font-size: 16px;
    padding: .5em;
    margin-bottom: 1em;
    border: solid 1px #D5D4D4;
    -webkit-appearance: none;
  }
  .contact-form textarea {
    resize: none;
    width: 100%;
    color: #898888;
    font-size: 16px;
    outline: none;
    padding: .5em;
    border: solid 1px #D5D4D4;
    min-height: 150px;
    -webkit-appearance: none;
  }
  .contact-form input[type="button"] {
    border: none;
    outline: none;
    color: #FFF;
    padding: .5em 1.5em;
    font-size: 16px;
    font-weight: 600;
    margin: 0.5em 0 0 0;
    -webkit-appearance: none;
    background: #dd9c04;
    border: 1px solid #e9ac06;
  }
  .contact-form input[type="button"]:hover{
    background:none;
    color:#333;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
  }
  /*联系我们地图*/ 
  .map {
    border: 1px solid #ccc;
    margin: 20px 0 30px;
  }
   /*产品分类*/
  .products_class_content ul {
    padding: 0;
  }
  .products_class_content ul a{
    color:#444;
    }
  .products_class_content ul li > div {
    border-bottom: 1px solid #fff;
    height: 41px;
    line-height: 40px;
    display: block;
    padding-left: 15px;
    cursor: pointer;
    background: url(http://q.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2016/03/03/5fb4033acdee47ffb7da519b0c1db6b0/30358e0372e843cb82b0af229e366ead.gif) #ececec  no-repeat right 10px center;
  }

  .products_class_content ul li > p {
	background: #fff;
    display: none;
    padding:0;
    margin:0;
  }
  .products_class_content ul li > p > a {
    height: 30px;
    line-height: 30px;
    border-bottom: none;
    margin-bottom: 0;
    padding-left: 30px;
    display:block;

  }
 
  /*底部*/ 

  .foot {
    border-top:none;
    padding: 10px 0;
    overflow: hidden;
    background: #222222;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-size:14px;
    margin-top: 30px;
  }
  .foot a {
    color: #fff;
  }
/*2017-11-15新增*/
.dropdown-menu{
min-width: 80px;
border:none;
text-align:center;
background:#eee;
}
.navbar-nav .dropdown-menu a {
width:100%;
color: #222; 
text-align:center; 
}
.navbar-nav .dropdown-menu a:hover {
font-weight: bold;
background: #ddd;
}
  .dropdown-menu li{
  margin-left:0 !important;
    width: 100%;
  }  
  .nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
     color: #222;
  }
  .nav > li > a:hover, .nav > li > a:focus{
  background-color:transparent;
  }
/*=====12.23新增（去掉二级菜单横线装饰）========*/
    nav.tm_navbar .dropdown-menu a::before, nav.tm_navbar .dropdown-menu a::after {
      height:0;
  }
  
  .h300.product ul li .product_img img{
  	height:300px !important;
  }



